home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16192 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  842 b 

  1. Path: noc.netcom.net!news
  2. From: Sean Palmer <sean@delta.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Is this a memory leak?
  5. Date: Tue, 09 Apr 1996 15:44:18 -0400
  6. Organization: deltaComm Development, Inc.
  7. Message-ID: <316ABE12.1915@delta.com>
  8. References: <4jv214$gv7@insosf1.netins.net> <4k114a$m5d@linet06.li.net> <4k30g4$sdo@werple.net.au>
  9. NNTP-Posting-Host: landspeeder.delta.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 3.0B2 (Win95; I)
  14.  
  15. > Also, many prominent people involved in C++, among them Bjarne Stroustrup,
  16. > the language's designer, recommend using 0, not NULL, as a null pointer.
  17. > One of the arguments against NULL is that it is not as portable as 0; some
  18. > people might spell it 'Null', or 'null'.
  19.  
  20. Sounds like an argument against case sensitivity to me....
  21.